home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / lightins / lightins.exe / {app} / lightartist.exe / 0 / RCDATA / TWRONGDLG / TWRONGDLG.txt
Text File  |  2004-12-29  |  2KB  |  66 lines

  1. object WrongDlg: TWrongDlg
  2.   Left = 565
  3.   Top = 447
  4.   AutoScroll = False
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   Caption = 'Wrong parameter!'
  7.   ClientHeight = 85
  8.   ClientWidth = 189
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 15
  21.     Top = 16
  22.     Width = 108
  23.     Height = 26
  24.     Caption = 'Width and Height may only be numbers!'
  25.     WordWrap = True
  26.   end
  27.   object ButtonOK: TButton
  28.     Left = 72
  29.     Top = 48
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     TabOrder = 0
  34.     OnClick = ButtonOKClick
  35.   end
  36.   object smlFormLangRes1: TsmlFormLangRes
  37.     LangFileName = 'DefLang.ini'
  38.     IgnoreEmptyString = False
  39.     AutoCreateMode = True
  40.     AddBracket = False
  41.     StringProperties.Strings = (
  42.       'Caption')
  43.     StringsProperties.Strings = (
  44.       'Tabs'
  45.       'Items')
  46.     IgnoreFormCaption = False
  47.     IncludeListViewItems = False
  48.     IncludeListViewHead = False
  49.     IncludeTreeViewItems = False
  50.     Active = True
  51.   end
  52.   object TeForm1: TTeForm
  53.     Animation.EffectKind = '[ RANDOM ] - Random selection'
  54.     BorderIcons = [kbiClose]
  55.     BorderStyle = kbsDialog
  56.     SystemMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  57.     TrayMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  58.     Performance = ksfpNoBuffer
  59.     StayOnTop = False
  60.     StretchBackground = False
  61.     WindowState = kwsNormal
  62.     ThemeObject = 'default'
  63.     Top = 48
  64.   end
  65. end
  66.